翻訳と辞書
Words near each other
・ Approved drug
・ Approved Drug Products with Therapeutic Equivalence Evaluations
・ Approved Food
・ Approved for Adoption
・ Approved instrument
・ Approved mental health professional
・ Approved Premises
・ Approved School
・ Approved screening device
・ Approved social worker
・ Approving the location of the National Liberty Monument
・ Approx
・ Approximal (dentistry)
・ Approximant consonant
・ Approximate Bayesian computation
Approximate counting algorithm
・ Approximate entropy
・ Approximate identity
・ Approximate inference
・ Approximate limit
・ Approximate max-flow min-cut theorem
・ Approximate number system
・ Approximate string matching
・ Approximate tangent space
・ Approximately
・ Approximately finite-dimensional
・ Approximately finite-dimensional C*-algebra
・ Approximately Infinite Universe
・ Approximation
・ Approximation algorithm


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Approximate counting algorithm : ウィキペディア英語版
Approximate counting algorithm
The approximate counting algorithm allows the counting of a large number of events using a small amount of memory. Invented in 1977 by Robert Morris (cryptographer) of Bell Labs, it uses probabilistic techniques to increment the counter. It was fully analyzed in the early 1980s by Philippe Flajolet of INRIA Rocquencourt, who coined the name Approximate Counting, and strongly contributed to its recognition among the research community. The algorithm is considered one of the precursors of streaming algorithms, and the more general problem of determining the frequency moments of a data stream has been central to the field.
== Theory of operation ==
Using Morris' algorithm, the counter represents an "order of magnitude estimate" of the actual count. The approximation is mathematically unbiased.
To increment the counter, a pseudo-random event is used, such that the incrementing is a probabilistic event. To save space, only the exponent is kept. For example, in base 2, the counter can estimate the count to be 1, 2, 4, 8, 16, 32, and all of the powers of two. The memory requirement is simply to hold the exponent.
As an example, to increment from 4 to 8, a pseudo-random number would be generated such that a probability of .25 generates a positive change in the counter. Otherwise, the counter remains at 4.
The table below illustrates some of the potential values of the counter:
If the counter holds the value of 101, which equates to an exponent of 5 (the decimal equivalent of 101), then the estimated count is 2^5, or 32. There is a very low probability that the actual count of increment events was 5 (which would imply that an extremely rare event occurred with the pseudo-random number generator, the same probability as getting 10 consecutive heads in 10 coin flips). The actual count of increment events is likely to be around 32, but it could be infinitely high (with decreasing probabilities for actual counts above 32).

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Approximate counting algorithm」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.